// ------------------------------------------------------
// LGF Traffic Counter
// Copyright 2005 LGF
// All Rights Reserved
// 
// The 1-pixel transparent GIF that ate the world
// 
// Last revision: Sun, Jan 8, 2006 1:08:56 PM
// ------------------------------------------------------

var PJ_ref = escape(document.referrer);
if (PJ_ref == '') PJ_ref = escape(parent.document.referrer);
var PJ_page = escape(document.location);
var PJ_user_array = PJ_user.split("|");

document.write('<img src="http://commons.pajamasmedia.com/stats/image.php?');
document.write('PJ_user='+PJ_user_array[0]);
document.write('&PJ_ref='+PJ_ref);
document.write('&PJ_page='+PJ_page);
document.write('&PJ_width='+window.screen.width);
document.write('&PJ_height='+window.screen.height);
document.write('&PJ_depth='+window.screen.colorDepth);
document.write('&PJ_hist='+history.length);
document.write('&PJ_type='+PJ_user_array[1])
document.write('&PJ_postid='+PJ_postid)
document.write('&PJ_blogid='+PJ_blogid)
document.write('" border="0" alt="PJ Traffic Control" width="1" height="1" />');
